Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 08fd17a

Browse files
authored
Allow correct 2026 image versions (#29)
1 parent b6c43bc commit 08fd17a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

allowed_images.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
2025_v2.*
1+
2026_v1.2
2+
2026_v2.*

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ ext.addTaskToCopyAllOutputs = { task ->
175175
copyAllOutputs.from task.archiveFile
176176
}
177177

178-
def pubVersion = '2026.1.0'
178+
def pubVersion = '2026.1.2'
179179

180180
def baseArtifactId = 'chipobject'
181181
def artifactGroupId = 'edu.wpi.first.ni-libraries'

0 commit comments

Comments
 (0)