From f5c159ecfb4db342cac763de09c7bf3c08eee265 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Sun, 26 Aug 2018 17:57:05 +0300 Subject: [PATCH] 3.5.3 released --- _config.yml | 2 +- contribute/index.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 78bc8fe9..1f7782de 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ name: Angry IP Scanner url: https://angryip.org -version: 3.5.2 +version: 3.5.3 permalink: /:year/:month/:title.html gems: diff --git a/contribute/index.markdown b/contribute/index.markdown index 7d09783f..3ddd4ce2 100644 --- a/contribute/index.markdown +++ b/contribute/index.markdown @@ -23,7 +23,7 @@ If the source of particular release is required, then you can later switch to pa git checkout tag-name -where tag-name is the released version number (eg 3.5.2), for full list of available tags use: +where tag-name is the released version number (eg {{ site.version }}), for full list of available tags use: git tag