update-version.sh 113 B

1234
  1. #!/bin/bash
  2. date > data/version;
  3. sed -i -e "s/Version .*/Version $(date)/g" bugs.appcache;
  4. git add bugs.appcache;