Skip to content

Commit 3af5cef

Browse files
committed
Fix version number
1 parent 90cfd80 commit 3af5cef

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

docs/2.getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Getting started with Skytable is easy 😊 (and fun!). You can get started with
88

99
### Step 1: Download a bundle
1010

11-
Head over to this [page](https://github.com/skytable/skytable/releases/v0.6.2) and download a version for your platform.
11+
Head over to this [page](https://github.com/skytable/skytable/releases/v0.6.3) and download a version for your platform.
1212

1313
### Step 2: Make the files runnable
1414

@@ -34,7 +34,7 @@ First of all, you need to have Docker installed and available on your `PATH` ; y
3434
Open up a terminal and run:
3535

3636
```
37-
docker create skytable/sdb:v0.6.2 --name skyvm
37+
docker create skytable/sdb:v0.6.3 --name skyvm
3838
```
3939

4040
:::note

docs/3.building-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Besides, the TLS/SSL components are written in C (OpenSSL) — so you'll nee
1515
### Step 2: Clone the tag
1616
Run this from your terminal:
1717
```
18-
git clone --branch v0.6.2 https://github.com/skytable/skytable.git
18+
git clone --branch v0.6.3 https://github.com/skytable/skytable.git
1919
```
2020
:::tip Bonus tip
2121
If you want to avoid downloading all the version history, run this instead:
2222
```
23-
git clone --depth 1 --branch v0.6.2 https://github.com/skytable/skytable.git
23+
git clone --depth 1 --branch v0.6.3 https://github.com/skytable/skytable.git
2424
```
2525
:::
2626
### Step 3: Build it!

docs/5.benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Who doesn't like speed and as a consequence, benchmarks? So here's a guide on be
66

77
## Step 0: Getting the benchmarking tool
88

9-
You'll need to download a bundle from the [releases page](https://github.com/skytable/skytable/releases/v0.6.2) and unzip it. In the following steps we'll assume that you have unzipped the archive and you're in that directory.
9+
You'll need to download a bundle from the [releases page](https://github.com/skytable/skytable/releases/v0.6.3) and unzip it. In the following steps we'll assume that you have unzipped the archive and you're in that directory.
1010

1111
## Step 1: Starting the database server
1212

docs/protocol/skyhash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Skyhash Protocol 1.0
44
---
55
:::note About this document
66
Copyright (c) 2021 Sayan Nandan <[email protected]>
7-
**In effect since:** v0.6.2
7+
**In effect since:** v0.6.3
88
**Date:** 11<sup>th</sup> May, 2021
99
:::
1010

versioned_docs/version-0.6.3/2.getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Getting started with Skytable is easy 😊 (and fun!). You can get started with
88

99
### Step 1: Download a bundle
1010

11-
Head over to this [page](https://github.com/skytable/skytable/releases/v0.6.2) and download a version for your platform.
11+
Head over to this [page](https://github.com/skytable/skytable/releases/v0.6.3) and download a version for your platform.
1212

1313
### Step 2: Make the files runnable
1414

@@ -34,7 +34,7 @@ First of all, you need to have Docker installed and available on your `PATH` ; y
3434
Open up a terminal and run:
3535

3636
```
37-
docker create skytable/sdb:v0.6.2 --name skyvm
37+
docker create skytable/sdb:v0.6.3 --name skyvm
3838
```
3939

4040
:::note

versioned_docs/version-0.6.3/3.building-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Besides, the TLS/SSL components are written in C (OpenSSL) &mdash; so you'll nee
1515
### Step 2: Clone the tag
1616
Run this from your terminal:
1717
```
18-
git clone --branch v0.6.2 https://github.com/skytable/skytable.git
18+
git clone --branch v0.6.3 https://github.com/skytable/skytable.git
1919
```
2020
:::tip Bonus tip
2121
If you want to avoid downloading all the version history, run this instead:
2222
```
23-
git clone --depth 1 --branch v0.6.2 https://github.com/skytable/skytable.git
23+
git clone --depth 1 --branch v0.6.3 https://github.com/skytable/skytable.git
2424
```
2525
:::
2626
### Step 3: Build it!

versioned_docs/version-0.6.3/5.benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Who doesn't like speed and as a consequence, benchmarks? So here's a guide on be
66

77
## Step 0: Getting the benchmarking tool
88

9-
You'll need to download a bundle from the [releases page](https://github.com/skytable/skytable/releases/v0.6.2) and unzip it. In the following steps we'll assume that you have unzipped the archive and you're in that directory.
9+
You'll need to download a bundle from the [releases page](https://github.com/skytable/skytable/releases/v0.6.3) and unzip it. In the following steps we'll assume that you have unzipped the archive and you're in that directory.
1010

1111
## Step 1: Starting the database server
1212

versioned_docs/version-0.6.3/protocol/skyhash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Skyhash Protocol 1.0
44
---
55
:::note About this document
66
Copyright (c) 2021 Sayan Nandan &lt;[email protected]&gt;
7-
**In effect since:** v0.6.2
7+
**In effect since:** v0.6.3
88
**Date:** 11<sup>th</sup> May, 2021
99
:::
1010

0 commit comments

Comments
 (0)