Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
varun7654 committed Jan 8, 2024
1 parent 320a3fd commit 7bdc6f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autobuilder-robot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

group = 'com.dacubeking'
version = '2.2.9'
version = '2.3.0'
var wpilibVersion = "2024.1.1"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
allprojects {
apply plugin: "eclipse"

version = '2.2.8'
version = '2.3.0'
ext {
appName = "AutoBuilder"
gdxVersion = '1.10.0'
Expand Down

0 comments on commit 7bdc6f3

Please sign in to comment.