From 907b61d4f4be080197d2ad4f171963e0dea88f6d Mon Sep 17 00:00:00 2001 From: Georg Sieber Date: Fri, 14 Jun 2024 10:28:32 +0200 Subject: [PATCH] bump version --- installer/deb/laps4linux-client/DEBIAN/control | 2 +- installer/deb/laps4linux-runner/DEBIAN/control | 2 +- installer/rpm/rpmbuild/SPECS/laps4linux-client.spec | 2 +- installer/rpm/rpmbuild/SPECS/laps4linux-runner.spec | 2 +- installer/windows/setup.iss | 2 +- laps-client/laps-client.macos.spec | 2 +- laps-client/laps_client/__init__.py | 2 +- laps-runner/laps_runner/__init__.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/installer/deb/laps4linux-client/DEBIAN/control b/installer/deb/laps4linux-client/DEBIAN/control index a9aee8c..57eaaab 100644 --- a/installer/deb/laps4linux-client/DEBIAN/control +++ b/installer/deb/laps4linux-client/DEBIAN/control @@ -1,5 +1,5 @@ Package: laps4linux-client -Version: 1.7.2 +Version: 1.8.0 Section: base Priority: optional Architecture: all diff --git a/installer/deb/laps4linux-runner/DEBIAN/control b/installer/deb/laps4linux-runner/DEBIAN/control index 457a16f..18a7fe5 100644 --- a/installer/deb/laps4linux-runner/DEBIAN/control +++ b/installer/deb/laps4linux-runner/DEBIAN/control @@ -1,5 +1,5 @@ Package: laps4linux-runner -Version: 1.7.2 +Version: 1.8.0 Section: base Priority: optional Architecture: all diff --git a/installer/rpm/rpmbuild/SPECS/laps4linux-client.spec b/installer/rpm/rpmbuild/SPECS/laps4linux-client.spec index ba689e9..73bb7e8 100644 --- a/installer/rpm/rpmbuild/SPECS/laps4linux-client.spec +++ b/installer/rpm/rpmbuild/SPECS/laps4linux-client.spec @@ -1,5 +1,5 @@ Name: laps4linux-client -Version: 1.7.2 +Version: 1.8.0 Release: 1%{?dist} Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers BuildArch: noarch diff --git a/installer/rpm/rpmbuild/SPECS/laps4linux-runner.spec b/installer/rpm/rpmbuild/SPECS/laps4linux-runner.spec index c1413d8..64af419 100644 --- a/installer/rpm/rpmbuild/SPECS/laps4linux-runner.spec +++ b/installer/rpm/rpmbuild/SPECS/laps4linux-runner.spec @@ -1,5 +1,5 @@ Name: laps4linux-runner -Version: 1.7.2 +Version: 1.8.0 Release: 1%{?dist} Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers BuildArch: noarch diff --git a/installer/windows/setup.iss b/installer/windows/setup.iss index bef17a2..d709ce5 100644 --- a/installer/windows/setup.iss +++ b/installer/windows/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "LAPS4LINUX" -#define MyAppVersion "1.7.2" +#define MyAppVersion "1.8.0" #define MyAppPublisher "Sieber Systems" #define MyAppURL "https://github.com/schorschii/LAPS4LINUX" #define MyAppExeName "laps-gui.exe" diff --git a/laps-client/laps-client.macos.spec b/laps-client/laps-client.macos.spec index f65721e..7d0dae0 100644 --- a/laps-client/laps-client.macos.spec +++ b/laps-client/laps-client.macos.spec @@ -114,7 +114,7 @@ app = BUNDLE(coll, name='LAPS4LINUX.app', icon='../assets/laps.icns', bundle_identifier='systems.sieber.laps4mac', - version='1.7.2', + version='1.8.0', info_plist={ 'CFBundleURLTypes': [ { diff --git a/laps-client/laps_client/__init__.py b/laps-client/laps_client/__init__.py index 3af43ec..6f9b184 100644 --- a/laps-client/laps_client/__init__.py +++ b/laps-client/laps_client/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Georg Sieber' __copyright__ = '© 2021-2024' __license__ = 'GPL-3.0' -__version__ = '1.7.2' +__version__ = '1.8.0' __website__ = 'https://github.com/schorschii/LAPS4LINUX' __all__ = [__author__, __license__, __version__] diff --git a/laps-runner/laps_runner/__init__.py b/laps-runner/laps_runner/__init__.py index 3af43ec..6f9b184 100644 --- a/laps-runner/laps_runner/__init__.py +++ b/laps-runner/laps_runner/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Georg Sieber' __copyright__ = '© 2021-2024' __license__ = 'GPL-3.0' -__version__ = '1.7.2' +__version__ = '1.8.0' __website__ = 'https://github.com/schorschii/LAPS4LINUX' __all__ = [__author__, __license__, __version__]