Skip to content

Commit

Permalink
v0.8.3.0 build 14
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Mar 12, 2020
1 parent ac7e525 commit 4845dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/gli_/gli.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ const val GLI_VERSION_MAJOR = 0
const val GLI_VERSION_MINOR = 8
const val GLI_VERSION_PATCH = 3
const val GLI_VERSION_REVISION = 0
const val GLI_VERSION_BUILD = 13
const val GLI_VERSION_BUILD = 14
const val GLI_VERSION = GLI_VERSION_MAJOR * 1_000 + GLI_VERSION_MINOR * 100 + GLI_VERSION_PATCH * 10 + GLI_VERSION_REVISION + GLI_VERSION_BUILD / 10f

0 comments on commit 4845dd2

Please sign in to comment.