aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2021-12-25 16:18:28 +0100
committerHenrik Tjäder <henrik@grepit.se>2021-12-25 16:18:28 +0100
commit2d8252f3e5600a6246ae64d2c0be412087c8ef8b (patch)
treeac1e1d21e8dc9485d8a81744ba1f7e2510da81a0 /.github
parentb74ca90f6049f54d856ca182f554448b348ff2bc (diff)
Promote v1.0 in docs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d7c595e..7a324bc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -522,7 +522,7 @@ jobs:
langs=( en ru )
devver=( dev )
# The latest stable must be the first element in the array
- vers=( 0.5.x 0.4.x )
+ vers=( 1.0.x 0.5.x 0.4.x )
# All releases start with "v"
# followed by MAJOR.MINOR.PATCH, see semver.org