Skip to content

Commit

Permalink
bump to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed Jun 16, 2021
1 parent 14072bb commit a325440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ sourceSets {
}

// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.2"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.3"

// counts commit count on master
val tachideskRevision = runCatching {
Expand Down

0 comments on commit a325440

Please sign in to comment.