This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
git-secret
Watch
2
Star
1
Fork
0
You've already forked git-secret
mirror of
https://github.com/sobolevn/git-secret
synced
2024-11-16 21:26:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bcf1e4fa6b
git-secret
/
src
/
version.sh
5 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
This commit is pretty large. A lot of changes. The full list of changes: 1. Added `.docker/` folder with Dockerfiles 2. Now `travis` runs integrational tests inside these containers 3. Now `travis` runs tests with `mac os x` 4. Now there are new ways to autodeploy `deb` and `rpm` packages 5. Fixed some issues 6. Also added `.ci/` folder, where utility scripts for travis are stored 7. Moved `git-hooks` into the separate folder: `utils/hooks/` 8. Added new target to the `Makefile` 9. `.gitignore` is updated to ignore `build/` folder and inner files
2016-06-16 19:34:25 +00:00
#!/usr/bin/env bash
Fix SC1126
2017-11-27 20:54:31 +00:00
# shellcheck disable=2034
bump version to 0.4.1-alpha1 (#689)
2021-06-24 06:55:07 +00:00
GITSECRET_VERSION
=
'0.4.1-alpha1'
Reference in New Issue
Copy Permalink