Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Jul 21, 2019
1 parent 3d01349 commit 4b5a7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/rhmodding/bccadeditor/EditorApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import javax.imageio.ImageIO
import kotlin.math.abs
import kotlin.math.pow

val VERSION: Version = Version(1, 3, 0, "DEVELOPMENT")
val VERSION: Version = Version(1, 3, 0, "")

class EditorApp : App(EditorView::class)

Expand Down

0 comments on commit 4b5a7ae

Please sign in to comment.