Skip to content

Commit dbcbd54

Browse files
authored
v1.0.0 (#98)
* v1.0.0 * Update license year
1 parent f9754cc commit dbcbd54

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
workos (0.11.2)
4+
workos (1.0.0)
55
sorbet-runtime (~> 0.5)
66

77
GEM

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 WorkOS
3+
Copyright (c) 2021 WorkOS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/workos/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# typed: strong
33

44
module WorkOS
5-
VERSION = '0.11.2'
5+
VERSION = '1.0.0'
66
end

0 commit comments

Comments
 (0)