| 1 | # frozen_string_literal: true |
| 2 | |
| 3 | module Sigitsi |
| 4 | # The application's semantic version (https://semver.org). Bump on release: |
| 5 | # MAJOR for incompatible changes, MINOR for backwards-compatible features, |
| 6 | # PATCH for backwards-compatible fixes. Surfaced in the site footer and |
| 7 | # available anywhere as `Sigitsi::VERSION`. |
| 8 | VERSION = "1.1.0" |
| 9 | end |