Skip to content

Commit 8bcb7b5

Browse files
authored
Merge pull request #11 from nats-io/ver105
fixing version
2 parents 1d1cf8c + d9e4898 commit 8bcb7b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id 'signing'
99
}
1010

11-
def jarVersion = "1.0.4"
11+
def jarVersion = "1.0.5"
1212
group = 'io.nats'
1313

1414
def isPr = System.getenv("BUILD_TYPE") == "PR"

install-nats-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ git clone https://github.com/nats-io/nats-server.git
22
cd nats-server
33
go build main.go
44
cd ..
5-
nats-server/main -v%
5+
nats-server/main -v

0 commit comments

Comments
 (0)