Skip to content

Commit

Permalink
Released Version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
null93 committed Jul 1, 2022
1 parent ac79489 commit f66b4b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> Command line tool to help interact with our API
![](https://img.shields.io/badge/License-JetRails_License-green.svg?style=for-the-badge&labelColor=89BA40&color=282F38)
![](https://img.shields.io/badge/Version-3.1.0-green.svg?style=for-the-badge&labelColor=89BA40&color=282F38)
![](https://img.shields.io/badge/Version-3.1.1-green.svg?style=for-the-badge&labelColor=89BA40&color=282F38)
![](https://img.shields.io/badge/OS-MacOS/Linux-green.svg?style=for-the-badge&labelColor=89BA40&color=282F38)

## About
Expand Down
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: jrctl
arch: ${GOARCH}
platform: linux
version: 3.1.0
version: 3.1.1
section: default
priority: extra
maintainer: Rafael Grigorian <development@jetrails.com>
Expand Down
2 changes: 1 addition & 1 deletion sdk/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/parnurzeal/gorequest"
)

const VersionString string = "3.1.0"
const VersionString string = "3.1.1"
const ReleasesUrl = "https://github.com/jetrails/jrctl/releases"
const ReleasesApiUrl = "https://api.github.com/repos/jetrails/jrctl/releases"
const TagUrlTemplate = "https://github.com/jetrails/jrctl/releases/tag/%s"
Expand Down

0 comments on commit f66b4b7

Please # to comment.