Skip to content

Commit 2548721

Browse files
committed
bump version
1 parent ca1b5d8 commit 2548721

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

installer/deb/laps4linux-client/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: laps4linux-client
2-
Version: 1.10.5
2+
Version: 1.11.0
33
Section: base
44
Priority: optional
55
Architecture: all

installer/deb/laps4linux-runner/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: laps4linux-runner
2-
Version: 1.10.5
2+
Version: 1.11.0
33
Section: base
44
Priority: optional
55
Architecture: all

installer/rpm/rpmbuild/SPECS/laps4linux-client.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: laps4linux-client
2-
Version: 1.10.5
2+
Version: 1.11.0
33
Release: 1%{?dist}
44
Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers
55
BuildArch: noarch

installer/rpm/rpmbuild/SPECS/laps4linux-runner.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: laps4linux-runner
2-
Version: 1.10.5
2+
Version: 1.11.0
33
Release: 1%{?dist}
44
Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers
55
BuildArch: noarch

installer/windows/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "LAPS4LINUX"
5-
#define MyAppVersion "1.10.5"
5+
#define MyAppVersion "1.11.0"
66
#define MyAppPublisher "Sieber Systems"
77
#define MyAppURL "https://github.com/schorschii/LAPS4LINUX"
88
#define MyAppExeName "laps-gui.exe"

laps-client/laps-client.macos.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: python ; coding: utf-8 -*-
22

33
block_cipher = None
4-
version = '1.10.5'
4+
version = '1.11.0'
55

66
# find the SHA-1 hash of you Developer ID Application certificate
77
# for signing via `security find-identity -v -p codesigning` or use `None`

laps-client/laps_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = 'Georg Sieber'
33
__copyright__ = '© 2021-2024'
44
__license__ = 'GPL-3.0'
5-
__version__ = '1.10.5'
5+
__version__ = '1.11.0'
66
__website__ = 'https://github.com/schorschii/LAPS4LINUX'
77

88
__all__ = [__author__, __license__, __version__]

laps-runner/laps_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = 'Georg Sieber'
33
__copyright__ = '© 2021-2024'
44
__license__ = 'GPL-3.0'
5-
__version__ = '1.10.5'
5+
__version__ = '1.11.0'
66
__website__ = 'https://github.com/schorschii/LAPS4LINUX'
77

88
__all__ = [__author__, __license__, __version__]

0 commit comments

Comments
 (0)