Skip to content

Commit

Permalink
Merge pull request #202 from Bestride/develop
Browse files Browse the repository at this point in the history
Fix issue with version replacement
  • Loading branch information
DanSheps committed Nov 4, 2022
2 parents 23c139f + d65c013 commit 47cba3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Versions/Common/BeStride_Variables.lua
Expand Up @@ -91,7 +91,7 @@ BeStride_Options = {
}

defaults = {
version = "@project-version@",
version = BeStride_Constants.Version,

profile = {
settings = {
Expand Down

0 comments on commit 47cba3a

Please sign in to comment.