File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ go get github.com/vbauerster/mpb/v7
21
21
## Build Releases
22
22
23
23
``` sh
24
- VERSION=0.12.0-beta.1 ./build-releases.sh
24
+ VERSION=0.12.0 ./build-releases.sh
25
25
```
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ var rootCmd = &cobra.Command{
53
53
54
54
Currently you can upload transaction bundles from a directory, download
55
55
and count resources and evaluate measures.` ,
56
- Version : "0.12.0-beta.1 " ,
56
+ Version : "0.12.0" ,
57
57
}
58
58
59
59
// Execute adds all child commands to the root command and sets flags appropriately.
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ require (
21
21
github.com/pmezard/go-difflib v1.0.0 // indirect
22
22
github.com/rivo/uniseg v0.4.3 // indirect
23
23
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
25
25
)
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ golang.org/x/sys v0.0.0-20220818161305-2296e01440c6/go.mod h1:oPkhp1MJrh7nUepCBc
59
59
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
60
60
golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A =
61
61
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 =
62
64
gonum.org/v1/gonum v0.11.0 h1:f1IJhK4Km5tBJmaiJXtk/PkL4cdVX6J+tGiM187uT5E =
63
65
gonum.org/v1/gonum v0.11.0 /go.mod h1:fSG4YDCxxUZQJ7rKsQrj0gMOg00Il0Z96/qMA4bVQhA =
64
66
gonum.org/v1/gonum v0.12.0 h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o =
You can’t perform that action at this time.
0 commit comments