Skip to content

Commit

Permalink
Version bump v0.6 -> v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leingang committed Jan 7, 2019
1 parent 5676c2a commit 87c537e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ messages, which use present tense, imperative mood.)
The top section, “Unreleased Changes,” is what will become the change log
for the next release.

Unreleased Changes
------------------
Version 1.0, 2019-01-07
-----------------------

Added
~~~~~
Expand Down
4 changes: 2 additions & 2 deletions lib/AMC/ItemAnalysis.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use warnings;
# The first line enables parsers to find the version identifier as a string.
# The second line converts it to a numeric value at runtime.
## no critic (BuiltinFunctions::ProhibitStringyEval)
our $VERSION = '0.006000_000';
our $VERSION = '1.000000_000';
$VERSION = eval $VERSION;
## use critic

Expand All @@ -54,7 +54,7 @@ AMC::ItemAnalysis - A suite of auto-multiple-choice plugins for doing item analy
=head1 VERSION
Version 0.004000_001
Version 1.000000_000
=head1 SYNOPSIS
Expand Down

0 comments on commit 87c537e

Please sign in to comment.