Skip to content

Commit

Permalink
Added get-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Mar 5, 2019
1 parent 8cb86bb commit f06cec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions get-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -e

awk '/release.*=/ { print $3 }' doc.go | sed 's/"//g'

0 comments on commit f06cec4

Please sign in to comment.