Skip to content

Commit

Permalink
new release with squash
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Aug 24, 2023
1 parent 50305d2 commit f1c2599
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-test4"
const TAG = "v0.1.6-test5"

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

const AUTO_SCHEMA_VERSION = "0.0.28"
const TSENT_VERSION = "v0.1.6-test2"
const AUTO_SCHEMA_VERSION = "0.0.29"
const TSENT_VERSION = "v0.1.6-test3"

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

0 comments on commit f1c2599

Please sign in to comment.