From 5afb3d6a3e1e068177dd944b8d7d0a41e63d2d10 Mon Sep 17 00:00:00 2001 From: Georg Sieber Date: Thu, 28 Nov 2024 23:26:23 +0100 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 8f81a88..948a09d 100644 --- a/installer/deb/laps4linux-client/DEBIAN/control +++ b/installer/deb/laps4linux-client/DEBIAN/control @@ -1,5 +1,5 @@ Package: laps4linux-client -Version: 1.11.1 +Version: 1.11.2 Section: base Priority: optional Architecture: all diff --git a/installer/deb/laps4linux-runner/DEBIAN/control b/installer/deb/laps4linux-runner/DEBIAN/control index c9f1ba7..cc31d7f 100644 --- a/installer/deb/laps4linux-runner/DEBIAN/control +++ b/installer/deb/laps4linux-runner/DEBIAN/control @@ -1,5 +1,5 @@ Package: laps4linux-runner -Version: 1.11.1 +Version: 1.11.2 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 8848db1..8b829fe 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.11.1 +Version: 1.11.2 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 d8091c0..3faf5a6 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.11.1 +Version: 1.11.2 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 723baae..502a0d6 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.11.1" +#define MyAppVersion "1.11.2" #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 233fbb4..671ba73 100644 --- a/laps-client/laps-client.macos.spec +++ b/laps-client/laps-client.macos.spec @@ -1,7 +1,7 @@ # -*- mode: python ; coding: utf-8 -*- block_cipher = None -version = '1.11.1' +version = '1.11.2' # find the SHA-1 hash of you Developer ID Application certificate # for signing via `security find-identity -v -p codesigning` or use `None` diff --git a/laps-client/laps_client/__init__.py b/laps-client/laps_client/__init__.py index 9025b31..3f197ee 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.11.1' +__version__ = '1.11.2' __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 45cb219..e78129d 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.11.1' +__version__ = '1.11.2' __website__ = 'https://github.com/schorschii/LAPS4LINUX' __all__ = [__author__, __license__, __version__]