Skip to content

Commit 3093c20

Browse files
committed
Release v0.12.0
1 parent 3b76ffb commit 3093c20

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ go get github.com/vbauerster/mpb/v7
2121
## Build Releases
2222

2323
```sh
24-
VERSION=0.12.0-beta.1 ./build-releases.sh
24+
VERSION=0.12.0 ./build-releases.sh
2525
```

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var rootCmd = &cobra.Command{
5353
5454
Currently you can upload transaction bundles from a directory, download
5555
and count resources and evaluate measures.`,
56-
Version: "0.12.0-beta.1",
56+
Version: "0.12.0",
5757
}
5858

5959
// Execute adds all child commands to the root command and sets flags appropriately.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ require (
2121
github.com/pmezard/go-difflib v1.0.0 // indirect
2222
github.com/rivo/uniseg v0.4.3 // indirect
2323
github.com/spf13/pflag v1.0.5 // indirect
24-
golang.org/x/sys v0.2.0 // indirect
24+
golang.org/x/sys v0.3.0 // indirect
2525
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ golang.org/x/sys v0.0.0-20220818161305-2296e01440c6/go.mod h1:oPkhp1MJrh7nUepCBc
5959
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
6060
golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=
6161
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
62+
golang.org/x/sys v0.3.0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ=
63+
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
6264
gonum.org/v1/gonum v0.11.0 h1:f1IJhK4Km5tBJmaiJXtk/PkL4cdVX6J+tGiM187uT5E=
6365
gonum.org/v1/gonum v0.11.0/go.mod h1:fSG4YDCxxUZQJ7rKsQrj0gMOg00Il0Z96/qMA4bVQhA=
6466
gonum.org/v1/gonum v0.12.0 h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o=

0 commit comments

Comments
 (0)