Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Aug 8, 2024
1 parent d0a38ad commit a6c9f45
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions RSSVE/RSSVE.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@
"VERSION" :
{
"MAJOR" : 2,
"MINOR" : 1,
"PATCH" : 6
"MINOR" : 2,
"PATCH" : 0
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 12
"MINOR" : 12,
"PATCH" : 0
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 12,
"PATCH" : 99
}
}

0 comments on commit a6c9f45

Please sign in to comment.