Skip to content

Commit

Permalink
Append version
Browse files Browse the repository at this point in the history
  • Loading branch information
nshtengauer committed Dec 24, 2024
1 parent fd60834 commit fb4c10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
projectName=grapl
version=2.3.5
version=2.3.6

# Versions
kotlinVersion=2.0.0
Expand Down
2 changes: 1 addition & 1 deletion modules/core/kotlin/com/huskerdev/grapl/GraplInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package com.huskerdev.grapl
// Generated with gradle
class GraplInfo {
companion object {
const val VERSION = "2.3.5"
const val VERSION = "2.3.6"
}
}

0 comments on commit fb4c10d

Please sign in to comment.