Skip to content

Commit

Permalink
Incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Dec 9, 2020
1 parent ec43c89 commit 181ad70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git_upstream := $(shell git remote get-url $(shell git config branch.$(shell git
export GIT_BRANCH = $(git_branch)
export GIT_UPSTREAM = $(git_upstream)

export FUNNEL_VERSION=0.10.0
export FUNNEL_VERSION=0.10.1

# LAST_PR_NUMBER is used by the release notes builder to generate notes
# based on pull requests (PR) up until the last release.
Expand Down

0 comments on commit 181ad70

Please sign in to comment.