Skip to content
Snippets Groups Projects

Fix git ci

Merged Jacek Lebioda requested to merge fix-git-ci into latest
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
# frozen_string_literal: true
# Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+)
# Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag job
# Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag the job
module Theme
VERSION = "0.3.17"
end
Loading