Skip to content

Commit

Permalink
[mod] change version number to 'v0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalharvest committed Mar 25, 2015
1 parent aca8cf3 commit 9134806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bash_completion.d/r53update
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash
#
# R53Update Dynamic DNS Updater v0.4.0
# R53Update Dynamic DNS Updater v0.4.1
# (C)2014 Takuya Sawada All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions r53update
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# R53Update Dynamic DNS Updater v0.4.0
# R53Update Dynamic DNS Updater v0.4.1
# (C)2014 Takuya Sawada All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -326,7 +326,7 @@ class R53UpdateApp(App):

def show_version(self):
print >>sys.stderr, "Copyrights (c)2014 Takuya Sawada All rights reserved."
print >>sys.stderr, "Route53Update Dynamic DNS Updater 0.4.0"
print >>sys.stderr, "Route53Update Dynamic DNS Updater 0.4.1"


if __name__ == '__main__':
Expand Down

0 comments on commit 9134806

Please sign in to comment.