Bump version, improve how version is stored for better commit history (#2526)
This commit is contained in:
parent
b48f2cbc8b
commit
b48c9013aa
4 changed files with 30 additions and 4 deletions
|
@ -4,4 +4,4 @@ node(:uri) { site_hostname }
|
|||
node(:title) { Setting.site_title }
|
||||
node(:description) { Setting.site_description }
|
||||
node(:email) { Setting.site_contact_email }
|
||||
node(:version) { Mastodon::VERSION }
|
||||
node(:version) { Mastodon::Version }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue