Skip to content
Snippets Groups Projects

Update version patch

Merged Charlotte Hausman requested to merge update-verision-patch into 2.8.3.1-patch
50 files
+ 63
63
Compare changes
  • Side-by-side
  • Inline
Files
50
@@ -46,7 +46,7 @@ func main() {
if *v {
//TODO: fix version system for containers
log.Println("2.8.3")
log.Println("2.8.3.1rc1")
os.Exit(0)
}
Loading