We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d1cf8c + d9e4898 commit 8bcb7b5Copy full SHA for 8bcb7b5
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
id 'signing'
9
}
10
11
-def jarVersion = "1.0.4"
+def jarVersion = "1.0.5"
12
group = 'io.nats'
13
14
def isPr = System.getenv("BUILD_TYPE") == "PR"
install-nats-server.sh
@@ -2,4 +2,4 @@ git clone https://github.com/nats-io/nats-server.git
2
cd nats-server
3
go build main.go
4
cd ..
5
-nats-server/main -v%
+nats-server/main -v
0 commit comments