| OLD | NEW |
| 1 # Copyright 2014 The LUCI Authors. All rights reserved. | 1 # Copyright 2014 The LUCI Authors. All rights reserved. |
| 2 # Use of this source code is governed under the Apache License, Version 2.0 | 2 # Use of this source code is governed under the Apache License, Version 2.0 |
| 3 # that can be found in the LICENSE file. | 3 # that can be found in the LICENSE file. |
| 4 | 4 |
| 5 """Defines version of auth component. It is reported to Primary service. | 5 """Defines version of auth component. It is reported to Primary service. |
| 6 | 6 |
| 7 Should be increased on any API or protocol changes. | 7 Should be increased on any API or protocol changes. |
| 8 """ | 8 """ |
| 9 | 9 |
| 10 __version__ = '1.2.3' | 10 __version__ = '1.2.4' |
| OLD | NEW |