Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Version 3.3.0 version string updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanfield committed Sep 3, 2022
1 parent 2de7e7d commit d1777f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion os/files/etc/environment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MOABIAN=3.2.0
MOABIAN=3.3.0
2 changes: 1 addition & 1 deletion os/services/menu.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DefaultDependencies=false
After=dhcpd.service

[Service]
Environment="MOABIAN=3.2.0"
Environment="MOABIAN=3.3.0"
Environment="PYTHONUNBUFFERED=1"
WorkingDirectory=/home/pi/moab/sw
ExecStart=/usr/bin/python3 menu.py --debug --verbose --reset
Expand Down
2 changes: 1 addition & 1 deletion sw/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def _handle_debug(ctx, param, debug):


@click.command()
@click.version_option(version="3.2.0")
@click.version_option(version="3.3.0")
@click.option(
"-c",
"--cont",
Expand Down

0 comments on commit d1777f7

Please sign in to comment.