denny/ShinyCMS-ruby

View on GitHub
config/initializers/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

# ShinyCMS ~ https://shinycms.org
#
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
#
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)

# This version number is specifically for the ShinyHostApp

# Each ShinyCMS plugin has its own version number
# The core plugin is currently at version 21.06

module ShinyHostApp
  VERSION = '21.06'
  public_constant :VERSION
end