Skip to content

Commit

Permalink
Merge pull request #11 from bloxbean/yaci-store-0.0.12.1
Browse files Browse the repository at this point in the history
chore: Yaci Store version 0.0.12.1
  • Loading branch information
satran004 authored Sep 27, 2023
2 parents 7c5c1bd + c164f14 commit b159a89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04
ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME
ENV PATH="${JAVA_HOME}/bin:${PATH}"
ENV STORE_VERSION=0.0.12
ENV STORE_VERSION=0.0.12.1

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = com.bloxbean.cardano
artifactId = yaci-cli
version = 0.0.17
version = 0.0.18
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#spring:
# main:
# banner-mode: "off"
application.version: v0.0.17
application.version: v0.0.18

server:
port: 0
Expand Down

0 comments on commit b159a89

Please sign in to comment.