Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed Mar 9, 2020
1 parent 2ff247b commit 1bde939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SVGGraph.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (C) 2009-2019 Graham Breach
* Copyright (C) 2009-2020 Graham Breach
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand All @@ -25,7 +25,7 @@ class SVGGraph {

use SVGGraphTrait;

const VERSION = 'SVGGraph 3.4';
const VERSION = 'SVGGraph 3.5';
private $width = 100;
private $height = 100;
private $settings = [];
Expand Down

0 comments on commit 1bde939

Please sign in to comment.