Skip to content

Commit acddfb4

Browse files
committed
Bump version to 0.7
1 parent e6dd4bc commit acddfb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

portableapt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PAPTVERSION=0.6
2+
PAPTVERSION=0.7
33

44
if ! test -f $HOME/.local/share/portableapt/portableapt.conf; then mkdir -p $HOME/.local/share/portableapt; echo "AUTOUPDATE=ON" > $HOME/.local/share/portableapt/portableapt.conf; fi
55

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6
1+
0.7

0 commit comments

Comments
 (0)