Skip to content

Commit

Permalink
bump versionss.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 20, 2021
1 parent 044ce15 commit fd31e09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/k0kubun/pp v3.0.1+incompatible // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/packagrio/go-common v0.0.2
github.com/packagrio/go-common v0.0.5
github.com/seborama/govcr v4.5.0+incompatible // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ github.com/packagrio/go-common v0.0.1 h1:ZKtEx6vkiYozQGPRK9MbmkbkuLxhebb58p+W2SB
github.com/packagrio/go-common v0.0.1/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
github.com/packagrio/go-common v0.0.2 h1:aP2iM01AZOBy8V/PoDLONzn5/1G/oz+H9lnwsHQewic=
github.com/packagrio/go-common v0.0.2/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
github.com/packagrio/go-common v0.0.4 h1:gjSYRvgJinO9DoJUjdXLa19yRIKHQi8F/qgdJ5rlbUI=
github.com/packagrio/go-common v0.0.4/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
github.com/packagrio/go-common v0.0.5 h1:kKXwg+Vm6rewn06X2Z4GcZrvfdglUcni68tUimquaG4=
github.com/packagrio/go-common v0.0.5/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

// VERSION is the app-global version string, which will be replaced with a
// new value during packaging
const VERSION = "0.0.13"
const VERSION = "0.0.14"

0 comments on commit fd31e09

Please sign in to comment.