File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22> Command line tool to help interact with our API
33
44![ ] ( https://img.shields.io/badge/License-JetRails_License-green.svg?style=for-the-badge&labelColor=89BA40&color=282F38 )
5- ![ ] ( https://img.shields.io/badge/Version-4.0.0 -green.svg?style=for-the-badge&labelColor=89BA40&color=282F38 )
5+ ![ ] ( https://img.shields.io/badge/Version-4.0.1 -green.svg?style=for-the-badge&labelColor=89BA40&color=282F38 )
66![ ] ( https://img.shields.io/badge/OS-MacOS/Linux-green.svg?style=for-the-badge&labelColor=89BA40&color=282F38 )
77
88## About
Original file line number Diff line number Diff line change 66name : jrctl
77arch : ${GOARCH}
88platform : linux
9- version : 4.0.0
9+ version : 4.0.1
1010section : default
1111priority : extra
1212maintainer :
Rafael Grigorian <[email protected] >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "github.com/parnurzeal/gorequest"
1212)
1313
14- const VersionString string = "4.0.0 "
14+ const VersionString string = "4.0.1 "
1515const ReleasesUrl = "https://github.com/jetrails/jrctl/releases"
1616const ReleasesApiUrl = "https://api.github.com/repos/jetrails/jrctl/releases"
1717const TagUrlTemplate = "https://github.com/jetrails/jrctl/releases/tag/%s"
You can’t perform that action at this time.
0 commit comments