Skip to content

Commit 7bdcd27

Browse files
authored
Update version on getting-started.md (#235)
1 parent dc9625f commit 7bdcd27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ machine. For other common tasks see:
1818
To quickly run a version with some synthetic sample data:
1919

2020
```
21-
$ curl -LO https://github.com/Netflix/atlas/releases/download/v1.7.8/atlas-standalone-1.7.8.jar
22-
$ java -jar atlas-standalone-1.7.8.jar
21+
$ curl -LO https://github.com/Netflix/atlas/releases/download/v1.7.9/atlas-standalone-1.7.9.jar
22+
$ java -jar atlas-standalone-1.7.9.jar
2323
```
2424

2525
## Explore Available Tags
@@ -61,7 +61,7 @@ Run an instance with a configuration to use the memory storage:
6161

6262
```
6363
$ curl -Lo memory.conf https://raw.githubusercontent.com/Netflix/atlas/v1.7.x/conf/memory.conf
64-
$ java -jar atlas-standalone-1.7.8.jar memory.conf
64+
$ java -jar atlas-standalone-1.7.9.jar memory.conf
6565
```
6666

6767
Now we can send some data to it. To quickly get started there is a sample script to send in

0 commit comments

Comments
 (0)