Skip to content

Commit

Permalink
release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tejash-jl authored and dileepbapat committed Jul 7, 2022
1 parent 7778503 commit 26df697
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RELEASE_VERSION=v0.0.7
RELEASE_VERSION=v0.0.8
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#SOURCES = $(wildcard java/**/*.java)
rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
SOURCES := $(call rwildcard,java/,*.java)
RELEASE_VERSION = v0.0.7
RELEASE_VERSION = v0.0.8
build: java/registry/target/registry.jar
echo ${SOURCES}
cd target && rm -rf * && jar xvf ../java/registry/target/registry.jar && cp ../Dockerfile ./ && docker build -t dockerhub/sunbird-rc-core .
Expand Down
Binary file not shown.

0 comments on commit 26df697

Please sign in to comment.