Permalink
Please
sign in to comment.
Showing
with
10 additions
and 1 deletion.
- +9 −0 githooks/pre-commit
- +1 −1 mementoembed/version.py
@@ -0,0 +1,9 @@ | |||
#!/bin/sh | |||
# | |||
# To enable this hook, rename this file to "pre-commit". | |||
|
|||
echo PWD is $PWD | |||
|
|||
$PWD/raiseversion.sh | |||
|
|||
git add mementoembed/version.py |
@@ -1,3 +1,3 @@ | |||
__appname__ = "MementoEmbed" | |||
__appversion__ = '0.2018.07.16.2209' | |||
__appversion__ = '0.2018.07.16.2210' | |||
__useragent__ = "{}/{}".format(__appname__, __appversion__) |
0 comments on commit
5400f5d