From c36180813bbf27ba5ccacea6edcdb041076e62be Mon Sep 17 00:00:00 2001 From: Vincent Rolea <3525369+virolea@users.noreply.github.com> Date: Thu, 28 Dec 2023 21:09:11 +0100 Subject: [PATCH] Bump version to 0.1.3 --- CHANGELOG.md | 2 +- lib/panoptic/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085b8a4..3822064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UNRELEASED] +## [0.1.3] ### Changed diff --git a/lib/panoptic/version.rb b/lib/panoptic/version.rb index 4c2299c..d539620 100644 --- a/lib/panoptic/version.rb +++ b/lib/panoptic/version.rb @@ -1,3 +1,3 @@ module Panoptic - VERSION = "0.1.2" + VERSION = "0.1.3" end