Skip to content

Commit

Permalink
chore: Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rnpridgeon committed Jun 1, 2022
1 parent ac87f11 commit ceb6cc3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -26,4 +26,7 @@ target

# visual code
.vscode/
*.code-workspace
*.code-workspace

# goland
.idea
2 changes: 1 addition & 1 deletion builder/.image-ver
@@ -1 +1 @@
v0.5.1
v0.5.2
1 change: 1 addition & 0 deletions changelogs/v0.5.2.md
@@ -0,0 +1 @@
Subo Beta-5.2 upgrades Suborbital Compute to Beta-3.1
4 changes: 2 additions & 2 deletions subo/release/version.go
Expand Up @@ -2,7 +2,7 @@ package release

// SuboDotVersion represents the dot version for subo
// it is also the image tag used for builders.
var SuboDotVersion = "0.5.1"
var SuboDotVersion = "0.5.2"

// FFIVersion is the FFI version used by this version of subo.
var FFIVersion = "0.15.1"
Expand All @@ -11,4 +11,4 @@ var FFIVersion = "0.15.1"
var AtmoVersion = "0.4.7"

// SCCTag is the docker tag used for creating new compute core deployments.
var SCCTag = "v0.3.0"
var SCCTag = "v0.3.1"

0 comments on commit ceb6cc3

Please sign in to comment.