Browse Source

Version++

Vova Tkach 5 years ago
parent
commit
ded27ea357
4 changed files with 5 additions and 5 deletions
  1. 2 2
      Dockerfile
  2. 1 1
      Makefile
  3. 1 1
      README.md
  4. 1 1
      consts/consts_version.go

+ 2 - 2
Dockerfile

@@ -3,8 +3,8 @@ MAINTAINER Vova Tkach <vladimirok5959@gmail.com>
 
 ENV FAVE_HOST=0.0.0.0 FAVE_PORT=8080 FAVE_DIR=/app/hosts FAVE_DEBUG=false FAVE_KEEPALIVE=true
 
-ADD https://github.com/vladimirok5959/golang-fave/releases/download/v1.5.1/fave.linux-amd64.tar.gz /app/fave.linux-amd64.tar.gz
-ADD https://github.com/vladimirok5959/golang-fave/releases/download/v1.5.1/localhost.tar.gz /app/hosts/localhost.tar.gz
+ADD https://github.com/vladimirok5959/golang-fave/releases/download/v1.5.2/fave.linux-amd64.tar.gz /app/fave.linux-amd64.tar.gz
+ADD https://github.com/vladimirok5959/golang-fave/releases/download/v1.5.2/localhost.tar.gz /app/hosts/localhost.tar.gz
 
 RUN apt-get -y update && apt-get -y upgrade && \
  apt-get install -y ca-certificates && \

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-VERSION="1.5.1"
+VERSION="1.5.2"
 
 default: debug test run
 

+ 1 - 1
README.md

@@ -73,7 +73,7 @@ Docker image: [https://hub.docker.com/r/vladimirok5959/fave](https://hub.docker.
 ```
 * Pages | ready for use | done 100%
 * Blog  | ready for use | done 100%
-* Shop  | in progress   | done 99%
+* Shop  | ready for use | done 100%
 ```
 
 ## Used resources

+ 1 - 1
consts/consts_version.go

@@ -1,3 +1,3 @@
 package consts
 
-const ServerVersion = "1.5.1"
+const ServerVersion = "1.5.2"