Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Aug 25, 2023
1 parent cbb0c99 commit e83d33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release_image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// next tag to use
const TAG = "v0.1.6-test5"
const TAG = "v0.1.6-test6"

// current node gets latest tag...
const CURRENT_NODE_VERSION = 18
Expand All @@ -33,7 +33,7 @@ var NODE_VERSIONS = []int{
}

const AUTO_SCHEMA_VERSION = "0.0.31"
const TSENT_VERSION = "v0.1.6-test3"
const TSENT_VERSION = "v0.1.6-test4"

var SUFFIXES = []string{
"dev",
Expand Down

0 comments on commit e83d33b

Please sign in to comment.