Skip to content

Commit

Permalink
Upgrade conjure IR cli to 4.6.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoylan authored Jun 3, 2019
1 parent eda1130 commit 9edcbb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ir-gen-cli-bundler/conjureircli/generator/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/go-bindata/go-bindata"
)

const conjureVersion = "4.6.0"
const conjureVersion = "4.6.1"

func main() {
versionFilePath := "../internal/version.go"
Expand Down
4 changes: 2 additions & 2 deletions ir-gen-cli-bundler/conjureircli/internal/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ir-gen-cli-bundler/conjureircli/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// To update this file, run the generator in conjureircli/generator.
package conjureircli_internal

const Version = "4.6.0"
const Version = "4.6.1"

0 comments on commit 9edcbb7

Please sign in to comment.