Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Aug 6, 2024
1 parent d09d82b commit 1ba85b5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion installer/deb/laps4linux-client/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: laps4linux-client
Version: 1.9.0
Version: 1.10.0
Section: base
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion installer/deb/laps4linux-runner/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: laps4linux-runner
Version: 1.9.0
Version: 1.10.0
Section: base
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion installer/rpm/rpmbuild/SPECS/laps4linux-client.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: laps4linux-client
Version: 1.9.0
Version: 1.10.0
Release: 1%{?dist}
Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers
BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion installer/rpm/rpmbuild/SPECS/laps4linux-runner.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: laps4linux-runner
Version: 1.9.0
Version: 1.10.0
Release: 1%{?dist}
Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers
BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion installer/windows/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "LAPS4LINUX"
#define MyAppVersion "1.8.1"
#define MyAppVersion "1.10.0"
#define MyAppPublisher "Sieber Systems"
#define MyAppURL "https://github.com/schorschii/LAPS4LINUX"
#define MyAppExeName "laps-gui.exe"
Expand Down
2 changes: 1 addition & 1 deletion laps-client/laps-client.macos.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: python ; coding: utf-8 -*-

block_cipher = None
version = '1.9.0'
version = '1.10.0'

# find the SHA-1 hash of you Developer ID Application certificate
# for signing via `security find-identity -v -p codesigning` or use `None`
Expand Down
2 changes: 1 addition & 1 deletion laps-client/laps_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = 'Georg Sieber'
__copyright__ = '© 2021-2024'
__license__ = 'GPL-3.0'
__version__ = '1.9.0'
__version__ = '1.10.0'
__website__ = 'https://github.com/schorschii/LAPS4LINUX'

__all__ = [__author__, __license__, __version__]
Expand Down
2 changes: 1 addition & 1 deletion laps-runner/laps_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = 'Georg Sieber'
__copyright__ = '© 2021-2024'
__license__ = 'GPL-3.0'
__version__ = '1.9.0'
__version__ = '1.10.0'
__website__ = 'https://github.com/schorschii/LAPS4LINUX'

__all__ = [__author__, __license__, __version__]

0 comments on commit 1ba85b5

Please sign in to comment.