Skip to content

Commit

Permalink
Merge pull request #67 from hmrc/version-bump
Browse files Browse the repository at this point in the history
BDOG-1977 new version
  • Loading branch information
jordanrowe authored May 15, 2023
2 parents 295789c + 7f046fd commit b939bc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ It's based on the the original [service-manager](https://github.com/hmrc/service

**Linux Intel**
```base
curl -L -O https://github.com/hmrc/sm2/releases/download/v1.0.7/sm2-1.0.7-linux-intel.zip && unzip sm2-1.0.7-linux-intel.zip && rm sm2-1.0.7-linux-intel.zip
curl -L -O https://github.com/hmrc/sm2/releases/download/v1.0.8/sm2-1.0.8-linux-intel.zip && unzip sm2-1.0.8-linux-intel.zip && rm sm2-1.0.8-linux-intel.zip
```

**Linux Arm64**
```base
curl -L -O https://github.com/hmrc/sm2/releases/download/v1.0.7/sm2-1.0.7-linux-arm64.zip && unzip sm2-1.0.7-linux-arm64.zip && rm sm2-1.0.7-linux-arm64.zip
curl -L -O https://github.com/hmrc/sm2/releases/download/v1.0.8/sm2-1.0.8-linux-arm64.zip && unzip sm2-1.0.8-linux-arm64.zip && rm sm2-1.0.8-linux-arm64.zip
```

**OSX/Apple (latest M1/M2 cpus)**

```base
curl -L -O https://github.com/hmrc/sm2/releases/download/v1.0.7/sm2-1.0.7-apple-arm64.zip && unzip sm2-1.0.7-apple-arm64.zip && rm sm2-1.0.7-apple-arm64.zip
curl -L -O https://github.com/hmrc/sm2/releases/download/v1.0.8/sm2-1.0.8-apple-arm64.zip && unzip sm2-1.0.8-apple-arm64.zip && rm sm2-1.0.8-apple-arm64.zip
```

**OSX/Apple (older Intel cpus)**

```base
curl -L -O https://github.com/hmrc/sm2/releases/download/v1.0.7/sm2-1.0.7-apple-intel.zip && unzip sm2-1.0.7-apple-intel.zip && rm sm2-1.0.7-apple-intel.zip
curl -L -O https://github.com/hmrc/sm2/releases/download/v1.0.8/sm2-1.0.8-apple-intel.zip && unzip sm2-1.0.8-apple-intel.zip && rm sm2-1.0.8-apple-intel.zip
```

If everything has worked you should have an executable called `sm2`.
Expand Down Expand Up @@ -196,7 +196,7 @@ Sometimes a service will fail to start up. To help determine why, service manage
Before doing anything else, it’s worth running service-manager’s self-checks to ensure it is installed correctly.
```shell
$ sm2 -diagnostic
version: 1.0.7
version: 1.0.8
build: ef49b60
OS: OK (linux, amd64)
JAVA: OK (11.0.17)
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

BINARY := sm2
VERSION := 1.0.7
VERSION := 1.0.8
BUILD := `git rev-parse HEAD`

# Setup linker flags option for build that interoperate with variable names in src code
Expand Down

0 comments on commit b939bc2

Please sign in to comment.