Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachiNachshon committed Jan 15, 2023
1 parent 893bbe6 commit bf0cf61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs-site/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ params:
social_logo_path: /docs/latest/assets/brand/git-deps-syncer-social-logo.png
google_analytics: "G-MHVRYQ36MN"

current_version: "0.7.0"
current_version: "0.8.0"
docs_version: "latest"
go_version: "1.18"
github_org: "https://github.com/ZachiNachshon"
Expand All @@ -64,7 +64,7 @@ params:
blog: "https://zachi-nachshon.medium.com/"

download:
source: "https://github.com/ZachiNachshon/git-deps-syncer/archive/v0.7.0.zip"
source: "https://github.com/ZachiNachshon/git-deps-syncer/archive/v0.8.0.zip"
dist: "https://github.com/ZachiNachshon/git-deps-syncer/releases"

anchors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Example:
curl -sfLS \
https://raw.githubusercontent.com/ZachiNachshon/git-deps-syncer/master/install.sh | \
DRY_RUN=True \
VERSION=0.7.0 \
VERSION=0.8.0 \
bash -
```

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# DRY_RUN=True LOCAL_ARCHIVE_FILEPATH=/Users/zachin/codebase/github/git-deps-syncer/git-deps-syncer.tar.gz ./install.sh

# When releasing a new version, the install script must be updated as well to latest
VERSION=${VERSION="0.7.0"}
VERSION=${VERSION="0.8.0"}

# Run the install script in dry-run mode, no file system changes
DRY_RUN=${DRY_RUN=""}
Expand Down

0 comments on commit bf0cf61

Please sign in to comment.