Skip to content

Commit

Permalink
Updated the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
digininja authored Aug 14, 2021
1 parent 9c06760 commit dbb188a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# FILENAME: The file to count
#
# Author:: Robin Wood (robin@digi.ninja)
# Copyright:: Copyright (c) Robin Wood 2013
# Copyright:: Copyright (c) Robin Wood 2021
# Licence:: Creative Commons Attribution-Share Alike 2.0
# Speedbumped by Stefan Venken (stefan.venken@gmail.com)
#
Expand All @@ -25,7 +25,7 @@
require'json'
require "pathname"

VERSION = "3.1.1"
VERSION = "3.1.2"

# Find out what our base path is
base_path = File.expand_path(File.dirname(__FILE__))
Expand Down

0 comments on commit dbb188a

Please sign in to comment.