Skip to content

Commit 84bd479

Browse files
committed
Forgot to change version to 1.0.3 in executable
1 parent 2e144d5 commit 84bd479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/bin/shellshare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def parse_args():
132132
description = 'Transmits the current shell to shellshare'
133133
parser = argparse.ArgumentParser(description=description)
134134
parser.add_argument('-v', '--version', action='version',
135-
version='%(prog)s 1.0.2')
135+
version='%(prog)s 1.0.3')
136136
parser.add_argument('-s', '--server', dest='server',
137137
help=('shellshare instance URL'
138138
' (default: https://shellshare.net)'),

0 commit comments

Comments
 (0)