Skip to content

Commit fd31e09

Browse files
committed
bump versionss.
1 parent 044ce15 commit fd31e09

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/google/go-github v17.0.0+incompatible // indirect
1212
github.com/k0kubun/pp v3.0.1+incompatible // indirect
1313
github.com/mitchellh/mapstructure v1.3.3 // indirect
14-
github.com/packagrio/go-common v0.0.2
14+
github.com/packagrio/go-common v0.0.5
1515
github.com/seborama/govcr v4.5.0+incompatible // indirect
1616
github.com/spf13/viper v1.7.1
1717
github.com/stretchr/testify v1.6.1

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ github.com/packagrio/go-common v0.0.1 h1:ZKtEx6vkiYozQGPRK9MbmkbkuLxhebb58p+W2SB
176176
github.com/packagrio/go-common v0.0.1/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
177177
github.com/packagrio/go-common v0.0.2 h1:aP2iM01AZOBy8V/PoDLONzn5/1G/oz+H9lnwsHQewic=
178178
github.com/packagrio/go-common v0.0.2/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
179+
github.com/packagrio/go-common v0.0.4 h1:gjSYRvgJinO9DoJUjdXLa19yRIKHQi8F/qgdJ5rlbUI=
180+
github.com/packagrio/go-common v0.0.4/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
181+
github.com/packagrio/go-common v0.0.5 h1:kKXwg+Vm6rewn06X2Z4GcZrvfdglUcni68tUimquaG4=
182+
github.com/packagrio/go-common v0.0.5/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
179183
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
180184
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=
181185
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

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

0 commit comments

Comments
 (0)