Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit 12d76a3

Browse files
committed
Version 0.0.5
Signed-off-by: Noah Prail <[email protected]>
1 parent d3d9629 commit 12d76a3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ func searchPlugins(name string) {
275275
}
276276

277277
func main() {
278-
cliVersion := "0.0.4"
278+
cliVersion := "0.0.5"
279279

280280
app := cli.NewApp()
281281

control

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Homepage: https://mcpr.github.io/cli/
66
Standards-Version: 3.9.2
77

88
Package: mcpr-cli
9-
Version: 0.0.4
9+
Version: 0.0.5
1010
Maintainer: Noah Prail <[email protected]>
1111
# Pre-Depends: <comma-separated list of packages>
1212
# Depends: <comma-separated list of packages>

scripts/release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ sed -i 's/'"${CURRENT_VERSION}"'/'"${VERSION}"'/g' cli.go
2828
echo "Setting version in version.txt..."
2929
echo $VERSION > version.txt
3030

31+
sleep 10
3132
git add .
3233
git commit -s -m "Version ${VERSION}"
3334

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

0 commit comments

Comments
 (0)