Skip to content

Commit

Permalink
chore: Bump version to 1.0.0-beta09
Browse files Browse the repository at this point in the history
Increased the versionBuild number from 8 to 9, resulting in the new version being 1.0.0-beta09.
  • Loading branch information
BobbyESP committed Jan 28, 2025
1 parent 4995734 commit efd1bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ val currentVersion: Version = Version.Beta(
versionMajor = 1,
versionMinor = 0,
versionPatch = 0,
versionBuild = 8
versionBuild = 9
)

val versionCode by extra(currentVersion.toVersionCode())
Expand Down

0 comments on commit efd1bd5

Please sign in to comment.