Skip to content

Commit

Permalink
Update Configuration.kt (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 authored Feb 18, 2023
1 parent bb6609a commit 7800d3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ object Configuration {
}

private const val major = 1
private const val minor = 4
private const val patch = 1
private const val minor = 5
private const val patch = 0
private const val revision = 0

private const val channel = "alpha"
Expand Down

0 comments on commit 7800d3d

Please sign in to comment.