Skip to content

Commit

Permalink
bump version and add changelog for v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Jun 17, 2021
1 parent 6ab1699 commit f745f8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builders/.builder-ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.16
v0.0.17
1 change: 1 addition & 0 deletions changelogs/v0.0.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This tag is functionally identical to `v0.0.16`, but addresses an issue that caused the gobinaries service to fail building Subo (installations work again!)
2 changes: 1 addition & 1 deletion subo/release/version.go
Original file line number Diff line number Diff line change
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.0.16"
var SuboDotVersion = "0.0.17"

// FFIVersion is the FFI version used by this version of subo
var FFIVersion = "0.10.0"
Expand Down

0 comments on commit f745f8e

Please sign in to comment.