diff options
| author | Rémi Verschelde | 2018-02-25 14:09:38 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-02-25 14:09:38 +0100 |
| commit | cb656178978df64ccf53cb06fa0d00c61040138a (patch) | |
| tree | 406714405fa1bfe99af810de54094b2fc534486b /version.py | |
| parent | bcbe7a8a6f442153dddc48f879027e49c8ecf5db (diff) | |
| download | godot-cb656178978df64ccf53cb06fa0d00c61040138a.tar.gz godot-cb656178978df64ccf53cb06fa0d00c61040138a.tar.zst godot-cb656178978df64ccf53cb06fa0d00c61040138a.zip | |
Revert "Bump to version 3.0.2-devel"
This reverts commit bcbe7a8a6f442153dddc48f879027e49c8ecf5db.
Need to push a fix and retag 3.0.1-stable, sorry.
Diffstat (limited to 'version.py')
| -rw-r--r-- | version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.py b/version.py index 2238c0ed3..f4162cec6 100644 --- a/version.py +++ b/version.py @@ -2,6 +2,6 @@ short_name = "godot" name = "Godot Engine" major = 3 minor = 0 -patch = 2 -status = "devel" +patch = 1 +status = "stable" module_config = "" |
