Explorar el Código

new version 23.03

micha hace 2 años
padre
commit
530de10118
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      _LibreLightDesk.py

+ 1 - 1
_LibreLightDesk.py

@@ -20,7 +20,7 @@ along with LibreLight.  If not, see <http://www.gnu.org/licenses/>.
 """
 import random
 rnd_id = str(random.randint(1000,9000))
-rnd_id += " beta 22.10 "
+rnd_id += " beta 23.03 "
 import subprocess
 import string
 _gcmd=['git', 'rev-parse', '--short', 'HEAD']