Skip to content

Commit 0ecf0df

Browse files
committed
Bump Treasury version
1 parent d9ba6e1 commit 0ecf0df

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ module github.com/AirHelp/treasury
22

33
require (
44
github.com/aws/aws-sdk-go v1.19.49
5-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
65
github.com/spf13/cobra v0.0.5
7-
github.com/spf13/pflag v1.0.3 // indirect
86
github.com/stretchr/testify v1.3.0 // indirect
97
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
10-
golang.org/x/text v0.3.0 // indirect
118
)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
// treasury version should be changed here
9-
const version = "0.5.1"
9+
const version = "0.5.2"
1010

1111
// This will be filled in by the compiler.
1212
var (

0 commit comments

Comments
 (0)