Skip to content

Commit

Permalink
new test release
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Oct 11, 2023
1 parent c82c42a commit 068d713
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.10"
const TAG = "v0.1.11-test1"

// 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.32"
const TSENT_VERSION = "v0.1.9"
const TSENT_VERSION = "v0.1.10-test1"

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

0 comments on commit 068d713

Please sign in to comment.