Skip to content

Commit

Permalink
docker v0.2.0-alpha.11 (#1849)
Browse files Browse the repository at this point in the history
* docker new

* bump
  • Loading branch information
lolopinto authored Nov 17, 2024
1 parent d0b098e commit afaaae3
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.2.0-alpha.9"
const TAG = "v0.2.0-alpha.11"

// 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.2.0-alpha.9"
const TSENT_VERSION = "v0.2.0-alpha.11"

// TODO release notes

Expand Down

0 comments on commit afaaae3

Please sign in to comment.