Skip to content

Commit

Permalink
Merge branch 'main' into command-based-transition
Browse files Browse the repository at this point in the history
  • Loading branch information
varun7654 committed Jan 8, 2024
2 parents a213dfd + 7bdc6f3 commit ba33ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions autobuilder-robot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

group = 'com.dacubeking'
version = '2.2.10-command-rewrite-beta'
var wpilibVersion = "2023.4.3"

version = '2.3.0-command-rewrite-beta'
var wpilibVersion = "2024.1.1"

repositories {
// Use Maven Central for resolving dependencies.
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 ba33ef8

Please sign in to comment.