diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 347c78a1b..d5c3dde76 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -1,6 +1,6 @@ #==============================================================================# # Pokémon Essentials # -# Version 20.1 # +# Version 20.1.dev # # https://github.com/Maruno17/pokemon-essentials # #==============================================================================# @@ -433,6 +433,6 @@ end # DO NOT EDIT THESE! module Essentials - VERSION = "20.1" + VERSION = "20.1.dev" ERROR_TEXT = "" end