Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Jun 14, 2024
1 parent 2418593 commit 907b61d
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.7.2
Version: 1.8.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.7.2
Version: 1.8.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.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
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.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
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.7.2"
#define MyAppVersion "1.8.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
Expand Up @@ -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': [
{
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.7.2'
__version__ = '1.8.0'
__website__ = 'https://github.com/schorschii/LAPS4LINUX'

__all__ = [__author__, __license__, __version__]
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.7.2'
__version__ = '1.8.0'
__website__ = 'https://github.com/schorschii/LAPS4LINUX'

__all__ = [__author__, __license__, __version__]

0 comments on commit 907b61d

Please sign in to comment.