Skip to content

Commit 1e91c6d

Browse files
committed
Update version to 0.6.12
1 parent b629941 commit 1e91c6d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OASISFormat: 0.4
22
OCamlVersion: >= 3.12.0
33
Name: google-drive-ocamlfuse
4-
Version: 0.6.11
4+
Version: 0.6.12
55
LicenseFile: LICENSE
66
License: MIT
77
BuildType: ocamlbuild (0.3)

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.2.1~alpha1 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 5b5747c9db336e16af4fb9ecd470a131) *)
4+
(* DO NOT EDIT (digest: 380950318a37ab42b9c18292497b376c) *)
55
(*
66
Regenerated by OASIS v0.4.8
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7027,7 +7027,7 @@ let setup_t =
70277027
{
70287028
oasis_version = "0.4";
70297029
ocaml_version = Some (OASISVersion.VGreaterEqual "3.12.0");
7030-
version = "0.6.11";
7030+
version = "0.6.12";
70317031
license =
70327032
OASISLicense.DEP5License
70337033
(OASISLicense.DEP5Unit
@@ -7436,7 +7436,7 @@ let setup_t =
74367436
};
74377437
oasis_fn = Some "_oasis";
74387438
oasis_version = "0.4.8";
7439-
oasis_digest = Some "R\228~To\225\240\246\193\221\027\152A\028\251\020";
7439+
oasis_digest = Some "\186L\nVT\184i\012\017u\155\2036\184)\161";
74407440
oasis_exec = None;
74417441
oasis_setup_args = [];
74427442
setup_update = false

src/config.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ open GapiUtils.Infix
22
open GapiLens.Infix
33

44
let application_name = "google-drive-ocamlfuse"
5-
let version = "0.6.11"
5+
let version = "0.6.12"
66

77
type t = {
88
(* Number of seconds metadata should be cached. *)

0 commit comments

Comments
 (0)